home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Extra Amiga-Includes
- */
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <dos/dos.h>
- #include <exec/memory.h>
- #include <proto/dos.h>
- #include <proto/exec.h>
-
- /*
- ** This are all EGS-Includes
- **
- */
-
- #define __DICE_INLINE
-
- #include <egs/egs.h>
- #include <egs/egsblit.h>
- #include <egs/egslayers.h>
- #include <egs/egsgfx.h>
- #include <egs/egsintui.h>
- #include <egs/egsgadbox.h>
- #include <egs/egsrequest.h>
- #include <egs/egb/gbmenuselect.h>
- #include <egs/egb/gbradio.h>
- #include <egs/egb/gbscrollbox.h>
- #include <egs/egb/gbselect.h>
- #include <egs/egb/gbsets.h>
- #include <egs/egb/gbtextinfo.h>
-
- /*
- ** Include Proto-Files
- ** These will also include the #pragma definitions
- */
-
- #include <egs/proto/egs.h>
- #include <egs/proto/egsblit.h>
- #include <egs/proto/egslayers.h>
- #include <egs/proto/egsgfx.h>
- #include <egs/proto/egsintui.h>
- #include <egs/proto/egsgadbox.h>
- #include <egs/proto/egsrequest.h>
- #include <egs/proto/gbmenuselect.h>
- #include <egs/proto/gbradio.h>
- #include <egs/proto/gbscrollbox.h>
- #include <egs/proto/gbselect.h>
- #include <egs/proto/gbsets.h>
- #include <egs/proto/gbtextinfo.h>
-
- /*
- */
-